Find Image
Search for matches of a smaller image within a larger image.

Input
| Name | Required | Description |
|---|---|---|
| Main Image | Path to the main image | |
| Sub Image | Path to the sub image to be found within the main image | |
| Threshold | Threshold value for image match confidence, between 0 and 1. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. | |
| Found | Indicates whether the sub image was found in the main image | |
| X Coordinate | X coordinate of the first match found, if any | |
| Y Coordinate | Y coordinate of the first match found, if any | |
| Image Points | List of all the points where the sub image was found within the main image |